home *** CD-ROM | disk | FTP | other *** search
- Path: globe.indirect.com!snoopy
- From: chrism@xroads.com (Chris McCabe)
- Newsgroups: comp.lang.c++
- Subject: Re: C++ compilers for Unix
- Date: 18 Jan 1996 18:06:13 GMT
- Organization: Internet Direct, Inc.
- Message-ID: <4dlqv4$7a_003@news.indirect.com>
- References: <4dgh98$8pk@bcarh8ab.bnr.ca>
- NNTP-Posting-Host: snoopy.infograph.com
- X-Newsreader: News Xpress Version 1.0 Beta #3
-
- In article <4dgh98$8pk@bcarh8ab.bnr.ca>, Stephen Hui <stu2r41@bnr.ca> wrote:
- >I am looking for C++ compilers to run under HP-UX especially compilers that
- >generate compact code. Any information is appreciated. thanks
- >
-
- I strongly recommend using the GNU C++ compiler. It generates good,
- efficient code, and you will be able to compile on other UNIX platforms
- with little or no changes to the code. I have had far fewer problems
- with GNU than with HP's compiler.
- One note - if you are building shared libraries, check to see if the
- compiler you choose supports it. I'm not sure if GNU does or not.
-
- -Chris
-
-